chore(deps): bump django-admin-rest-api to ^1.0.1#553
Merged
Conversation
1.0.1 ships: - Django 5.0 compatibility for the destroy code path. The 1.0.0 log_deletion shim assumed ModelAdmin.log_deletions (plural) was on every supported Django, but 5.0 only has the singular form. 1.0.1 prefers log_deletions on 5.1+ and falls back to log_deletion on 5.0. - CI matrix in the sibling repo now spans the full Python 3.10–3.13 x Django 5.0–6.0 cross-product, so we can rely on the dep across every (python, django) cell this repo targets. Verified: poetry install resolves cleanly, the 42 tests in this repo's suite all pass against 1.0.1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
django-admin-rest-apifrom^1.0.0to^1.0.1. Lock file refreshed (poetry lock); the lock pins1.0.1precisely.What's in 1.0.1 (upstream)
log_deletion. 1.0.0 assumedModelAdmin.log_deletions(plural) was on every supported Django, but 5.0 only has the singular form. The shim now preferslog_deletionson 5.1+ and falls back tolog_deletionon 5.0.Verification
poetry installresolvespoetry run pytest -x— 42/42 pass against 1.0.1Upstream links